Package com.cisco.pt.ipc.ui.impl
Class MenuBarImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.MenuBarImpl
Information provided by the PKI file:
\class MenuBar
\brief MenuBar allows UI manipulation of the Main Menu Bar.
\example appWindow().getMenuBar()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionMenuBarImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:booleanInformation provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
MenuBarImpl
public MenuBarImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getFilePopupMenu
Information provided by the PKI file:
\brief Returns the "File" Menu object. \return Menu, the Menu object for the File menu.- Specified by:
getFilePopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getEditPopupMenu
Information provided by the PKI file:
\brief Returns the "Edit" Menu object. \return Menu, the Menu object for the Edit menu.- Specified by:
getEditPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getOptionsPopupMenu
Information provided by the PKI file:
\brief Returns the "Options" Menu object. \return Menu, the Menu object for the Options menu.- Specified by:
getOptionsPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getExtensionsPopupMenu
Information provided by the PKI file:
\brief Returns the "Extensions" Menu object. \return Menu, the Menu object for the Extensions menu.- Specified by:
getExtensionsPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getHelpPopupMenu
Information provided by the PKI file:
\brief Returns the "Help" Menu object. \return Menu, the Menu object for the Help menu.- Specified by:
getHelpPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getViewPopupMenu
Information provided by the PKI file:
\brief Returns the "View" Menu object. \return Menu, the Menu object for the View menu.- Specified by:
getViewPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getToolsPopupMenu
Information provided by the PKI file:
\brief Returns the "Tools" Menu object. \return Menu, the Menu object for the Tools menu.- Specified by:
getToolsPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getFileRecentFilesPopupMenu
Information provided by the PKI file:
\brief Returns the "File -> Recent Files" Menu object. \return Menu, the "File -> Recent Files" Menu object.- Specified by:
getFileRecentFilesPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getViewZoomPopupMenu
Information provided by the PKI file:
\brief Returns the "View -> Zoom" Menu object. \return Menu, the "View -> Zoom" Menu object.- Specified by:
getViewZoomPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getViewToolbarsPopupMenu
Information provided by the PKI file:
\brief Returns the "View -> Toolbars" Menu object. \return Menu, the "View -> Toolbars" Menu object.- Specified by:
getViewToolbarsPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getExtensionsMUPopupMenu
Information provided by the PKI file:
\brief Returns the "Extensions -> Multiuser" Menu object. \return Menu, the "Extensions -> Multiuser" Menu object.- Specified by:
getExtensionsMUPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getExtensionsIPCPopupMenu
Information provided by the PKI file:
\brief Returns the "Extensions -> IPC" Menu object. \return Menu, the "Extensions -> IPC" Menu object.- Specified by:
getExtensionsIPCPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
getExtensionsScriptingPopupMenu
Information provided by the PKI file:
\brief Returns the "Extensions -> Scripting" Menu object. \return Menu, the "Extensions -> Scripting" Menu object.- Specified by:
getExtensionsScriptingPopupMenuin interfaceMenuBar- Returns:
- PopupMenu Returns a PopupMenu
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Specified by:
setVisiblein interfaceMenuBar- Parameters:
bVisible- Takes in a parameter of bVisible
-
isVisible
public boolean isVisible()Information provided by the PKI file:
\brief Returns true if this widget is visible, otherwise false. \return bool, true if this widget is visible, otherwise false.
-